home *** CD-ROM | disk | FTP | other *** search
/ Netware Super Library / Netware Super Library.iso / pgm_tool / lu62 / include / gds.h < prev    next >
C/C++ Source or Header  |  1995-07-03  |  141b  |  9 lines

  1. struct GDS {
  2. /*
  3.  * This structure describes the GDS variable
  4.  */
  5. unsigned int c_ind : 1;
  6. unsigned int lt    : 15;
  7. unsigned int id;
  8. }
  9.